home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / man / cmds.fmt / fddicmd.man < prev    next >
Encoding:
Text File  |  1992-06-15  |  4.0 KB  |  135 lines

  1.  
  2.  
  3.  
  4. FDDICMD                   User Commands                   FDDICMD
  5.  
  6.  
  7.  
  8. _________________________________________________________________
  9.  
  10. NNAAMMEE
  11.      fddicmd - invoke ioctls on the FDDI device driver
  12.  
  13. SSYYNNOOPPSSIISS
  14.      ffddddiiccmmdd   [--rreesseett]   [--hhaalltt]   [--fflluusshh]   [--aaddddrr]   [--ddeebbuugg]
  15.                [--ssttaattss]  [--eecchhoo  SSpprriitteeIIDD] [--ssiizzee bbyytteess] [--rreeppeeaatt
  16.                nn] [--ssyysslloogg] [--rreegg] [--eerrrrlloogg]
  17.  
  18. OOPPTTIIOONNSS
  19.      --rreesseett
  20.           Reset the adapter.
  21.  
  22.      --hhaalltt
  23.           Halt the adapter.
  24.  
  25.      --fflluusshh
  26.           Flush the driver's transmit queue of waiting packets.
  27.  
  28.      --aaddddrr
  29.           Print the adapter's network address.
  30.  
  31.      --ddeebbuugg
  32.           Toggle debugging.  Messages are printed to the syslog.
  33.  
  34.      --ssttaattss
  35.           Print adapter statistics.
  36.  
  37.      --eecchhoo SSpprriitteeIIDD
  38.           Echo packets off of the specified host.
  39.  
  40.      --ssiizzee bbyytteess
  41.           Set the size of packets to echo.
  42.  
  43.      --rreeppeeaatt nn
  44.           Number of times to echo packets.
  45.  
  46.      --rreegg Print the contents of the adapter registers.
  47.  
  48.      --eerrrrlloogg
  49.           Print the internal and external error  codes  that  the
  50.           adapter  writes as it halts.  Should be zero for normal
  51.           operation.
  52.  
  53.      --ssyysslloogg
  54.           Print info onto syslog instead of terminal.
  55.  
  56. _________________________________________________________________
  57.  
  58.  
  59. DDEESSCCRRIIPPTTIIOONN
  60.      The various options perform ioctls on the FDDI driver.
  61.  
  62.  
  63.  
  64.  
  65. Sprite v.1.0         Printed:  June 15, 1992                    1
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72. FDDICMD                   User Commands                   FDDICMD
  73.  
  74.  
  75.  
  76.      The rreesseett and hhaalltt options control the adapter's  connection
  77.      to the ring. The rreesseett option resets the adapter, connecting
  78.      it back to the ring.  The hhaalltt  option  halts  the  adapter,
  79.      disconnecting it from the ring.
  80.  
  81.  
  82.      The fflluusshh option flushes the driver's transmit queue.
  83.  
  84.  
  85.      The aaddddrr option prints out the adapter's network address  in
  86.      the standard aa:bb:cc:dd:ee:ff form.
  87.  
  88.  
  89.      The ddeebbuugg option toggles debugging output.  The messages are
  90.      written  to  the  syslog,  and really slow down the adapter.
  91.      Useful for seeing how the adapter works.
  92.  
  93.  
  94.      The ssttaattss option prints out  adapter  statistics.  It  first
  95.      reports  the  number of packets and bytes sent and received.
  96.      Then comes an array of receive reaped numbers.   Each  array
  97.      slot  denotes a number of received packets, and the value in
  98.      that slot is the number of times that the driver reaped that
  99.      number  of  packets  in one interrupt.  Following this is an
  100.      array counting packet sizes, both sent and received.
  101.  
  102.  
  103.      The eecchhoo, ssiizzee, and rreeppeeaatt options let hosts be pinged  over
  104.      FDDI.   The  argument  to eehhccoo is the Sprite ID of a host to
  105.      ping.  The argument to ssiizzee controls the size of the RPC  to
  106.      ping with.  And rreeppeeaatt controls the number of times the host
  107.      is echoed.  Timing numbers are reported when the echoes fin-
  108.      ish.
  109.  
  110.  
  111.      The rreegg and eerrrrlloogg options print out some of  the  adapter's
  112.      internal   state.   rreegg  prints  out  the  contents  of  the
  113.      adapter's registers.  eerrrrlloogg prints  out  the  internal  and
  114.      external  error  codes written by the adapter when it halts.
  115.      These codes should be zero during normal operation.
  116.  
  117.  
  118.      The ssyysslloogg option was intended to  control  whethere  output
  119.      would  be  printed  on  the  syslog  or on the terminal that
  120.      invoked ffddddiiccmmdd.  This is only partially supported.
  121.  
  122.  
  123. KKEEYYWWOORRDDSS
  124.      net, FDDI
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131. Sprite v.1.0         Printed:  June 15, 1992                    2
  132.  
  133.  
  134.  
  135.